home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / kd327.arc / 1.BAT next >
Encoding:
DOS Batch File  |  1987-02-15  |  1023 b   |  28 lines

  1. echo off
  2. cls
  3. if exist kd-draw.hhh ren kd-draw.hlp
  4. if exist kd-draw.ddd ren kd-draw.dft
  5. if not exist kd-draw.dft echo on
  6. rem ════════════════════════════════════════════════════════════════════════
  7. rem THE FOLLOWING CAN BE MODIFIED TO SUIT YOUR NEEDS BY REMOVING rems
  8. rem Use the following 2 lines for Mouse Systems Mouse
  9. rem MOUSESYS/R  copy from Mouse Systems disk for mouse support.
  10. rem KD-MOUSE
  11. rem Use the following 2 lines for a MicroSoft Mouse
  12. rem MOUSE  copy from MicroSoft Mouse disk
  13. rem MENU KD-MSMOS  copy MENU from MicroSoft Mouse disk.
  14. rem See your mouse manual and MOUSER.TXT for more information on mouse use.
  15. rem CAMERA  is file to load screen capture program.  Grab screens with
  16. rem Ctrl-Alt-Right Shft.  Load screens with F8 o or O.
  17. rem GRAPHICS  on disk and include in this file for IBM & Epson printers
  18. echo off
  19. if not exist kd-draw.dft pause
  20. if not "%1x"=="x" goto runmacro
  21. kd-draw
  22. goto end
  23. :runmacro
  24. kd-draw %1
  25. :end
  26. echo Thank you for using and supporting PC-KEY-DRAW!
  27. menu
  28.